libotutil: Drop is-hidden from fast queryinfo
authorColin Walters <walters@verbum.org>
Tue, 30 Apr 2013 02:08:56 +0000 (22:08 -0400)
committerColin Walters <walters@verbum.org>
Tue, 30 Apr 2013 02:08:56 +0000 (22:08 -0400)
Since now we look at .hidden files and bang on the mainloop for every
file lookup if that's specified =(

src/libotutil/ot-gio-utils.h

index 1ca2c3027f6493b9c7b6da1312f350e245015b29..802602d1b53e51518cd3cd51c8eb7714324f9d0f 100644 (file)
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
  * readlink().  Other things require opening the file, or also
  * stat()ing the parent directory.
  */
-#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target,standard::is-hidden," \
+#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target," \
                                    "unix::device,unix::inode,unix::mode,unix::uid,unix::gid,unix::rdev")
 
 GFileType ot_gfile_type_for_mode (guint32 mode);